@media(max-width:575px) {
    .contact-card {
        border-radius: 8px;
        border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
        padding: 10px 10px;
    }

    .contact-card h5 {
        color: var(--Black_Text, #0A0A0A);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin-top: 15px;
    }

    .contact-card p {
        color: var(--Grey_Body-Text, #707070);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-align: left;
    }

    .contact-img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .about-section{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 576px) {
    .contact-card {
        border-radius: 8px;
        border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
        padding: 20px 30px;
    }

    .contact-card h5 {
        color: var(--Black_Text, #0A0A0A);
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin-top: 15px;
    }

    .contact-card p {
        color: var(--Grey_Body-Text, #707070);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-align: left;
    }

    .contact-img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .contact-card {
        border-radius: 8px;
        border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
        padding: 20px 30px;
    }

    .contact-card h5 {
        color: var(--Black_Text, #0A0A0A);
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin-top: 15px;
    }

    .contact-card p {
        color: var(--Grey_Body-Text, #707070);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-align: left;
    }

    .contact-img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .contact-card {
        border-radius: 8px;
        border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
        padding: 20px 30px;
    }

    .contact-card h5 {
        color: var(--Black_Text, #0A0A0A);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin-top: 15px;
    }

    .contact-card p {
        color: var(--Grey_Body-Text, #707070);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-align: left;
    }

    .contact-img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}


@media (min-width: 1200px) {
    .contact-card {
        border-radius: 8px;
        border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
        padding: 20px 30px;
    }

    .contact-card h5 {
        color: var(--Black_Text, #0A0A0A);
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin-top: 15px;
    }

    .contact-card p {
        color: var(--Grey_Body-Text, #707070);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-align: left;
    }

    .contact-img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1400px) {
    .contact-card {
        border-radius: 8px;
        border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
        padding: 20px 30px;
    }

    .contact-card h5 {
        color: var(--Black_Text, #0A0A0A);
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin-top: 15px;
    }

    .contact-card p {
        color: var(--Grey_Body-Text, #707070);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-align: left;
    }

    .contact-img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}